meson: Try to limit the damage
authorMatthias Clasen <mclasen@redhat.com>
Fri, 31 Jul 2020 18:20:11 +0000 (14:20 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 31 Jul 2020 18:20:11 +0000 (14:20 -0400)
Try to teach meson not to build our subprojects with
-Werror, since that is just insane, and exposes us
to random build failures in subprojects.

.gitlab-ci.yml

index 3b60fa511946d681fb0999da20e002afa5d91282..b9fad8ede146792f0ea78869c74544c10d1cfca7 100644 (file)
@@ -16,7 +16,7 @@ stages:
 
 # Common variables
 variables:
-  COMMON_MESON_FLAGS: "--fatal-meson-warnings --werror"
+  COMMON_MESON_FLAGS: "--fatal-meson-warnings -Dgtk:werror=true"
   BACKEND_FLAGS: "-Dx11-backend=true -Dwayland-backend=true -Dbroadway-backend=true -Dvulkan=yes"
   FEATURE_FLAGS: "-Dcloudproviders=true"
   MESON_TEST_TIMEOUT_MULTIPLIER: 3